home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 5 / Eagles_Nest_Mac_Collection_Disc_5.TOAST / 7th-College / LearnGe105#1 / English_German I 1.05 / card_13690.txt < prev    next >
Text File  |  1990-01-05  |  1KB  |  68 lines

  1. -- card: 13690 from stack: in.05
  2. -- bmap block id: 236337
  3. -- flags: 0000
  4. -- background id: 13313
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on arrowKey direction
  8.   if direction is "right" then go next card
  9. end arrowKey
  10.  
  11.  
  12.  
  13. -- part 6 (button)
  14. -- low flags: 00
  15. -- high flags: 0004
  16. -- rect: left=440 top=44 right=75 bottom=502
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 1013 / 1013
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: next card
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   go next card of this background
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 7 (button)
  33. -- low flags: 00
  34. -- high flags: A003
  35. -- rect: left=70 top=304 right=321 bottom=250
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: About Options
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   go card 7
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 8 (button)
  52. -- low flags: 00
  53. -- high flags: A003
  54. -- rect: left=267 top=304 right=321 bottom=444
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: About Words/Phrases
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   go card 13
  66. end mouseUp
  67.  
  68.